﻿CHARACTERS = {
	c:SIC ?= {
		create_character = {
			# Ferdinand II of the Two Sicilies
			first_name = "Ferdinando"
			last_name = "di_Borbone_delle_Due_Sicilie"
			historical = yes
			ruler = yes
			birth_date = 1810.1.12
			dna = dna_king_ferdinand_02
			interest_group = ig_landowners
			ideology = ideology_royalist
			traits = {
				imperious
			}
			on_created = {
				set_variable = is_married
			}
		}	

		create_character = {
			# Francis II of the Two Sicilies
			first_name = "Francesco"
			last_name = "di_Borbone_delle_Due_Sicilie"
			historical = yes
			heir = yes
			interest_group = ig_landowners
			ideology = ideology_royalist
			age = 0 # technically age -15 days on January 1, 1836, but let's ignore that
			traits = {
				trait_child
			}
		}

		create_character = {
			is_general = yes
			first_name = Carlo
			last_name = Filangieri
			historical = yes
			age = 52
			traits = {
		#		harsh
		#		generals_aide
			}
			# prestige = 0.2
			#Maples
		}
		
		# create_character = { # Sea
			# name = "Rafaella de Cosa"
			# portrait = "gfx/portraits/Default_Portrait.dds"
			# age = 40
			# traits = {
			# 	gallant
			# 	war_college
			# }
			# # prestige = 0.0
		# }
		
		# create_character = {
			# name = "Francesco Mendoza"
			# portrait = "gfx/portraits/Default_Portrait.dds"
			# age = 48
			# traits = {
				# arrogant
				# aristocrat
			# }
			# # prestige = 0.2
		# }
		
		create_character = {
			is_general = yes
			first_name = Prince_Leopoldo
			last_name = di_Borbone_delle_Due_Sicilie
			historical = yes
			age = 46
			traits = {
		#		womanizer
		#		aristocrat
			}
			# prestige = 0.3
		}
		
		# create_character = {
			# name = "Paolo Ruffo"
			# portrait = "gfx/portraits/Default_Portrait.dds"
			# age = 48
			# traits = {
				# diplomat
				# generals_aide
			# }
		# }

		create_character = { # SIC, admiral
			is_admiral = yes
			first_name = Raffaele
			last_name = de_Cosa
			historical = yes
			interest_group = ig_armed_forces
			ideology = ideology_royalist
			birth_date = 1778.4.24
			traits = {
				basic_naval_commander
				tactful
			}
		}
	}
}
